net/http.http2Transport.newClientConn (method)
3 uses
net/http (current package)
h2_bundle.go#L7312: return t.newClientConn(tconn, singleUse)
h2_bundle.go#L7363: return t.newClientConn(c, t.disableKeepAlives())
h2_bundle.go#L7366: func (t *http2Transport) newClientConn(c net.Conn, singleUse bool) (*http2ClientConn, error) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)